Revert "Adwaita: checkbutton and radiobutton backdrop color fix"
authorLapo Calamandrei <calamandrei@gmail.com>
Sat, 19 Mar 2016 17:57:33 +0000 (18:57 +0100)
committerLapo Calamandrei <calamandrei@gmail.com>
Sat, 19 Mar 2016 17:57:33 +0000 (18:57 +0100)
This reverts commit 43937c6aa0bc0966f4bb0518c443a3f212c9d300.
Which was needed since the label styling was broken.

gtk/theme/Adwaita/_common.scss
gtk/theme/Adwaita/gtk-contained-dark.css
gtk/theme/Adwaita/gtk-contained.css

index 0052a585acbc498f78af582a845e1d6970ddec5d..e2d4d372c460e91d0bae553adbd6e45d91a1df2c 100644 (file)
@@ -2505,8 +2505,6 @@ checkbutton.text-button, radiobutton.text-button {
     &:last-child { margin-right: 4px; }
   }
 
-  &:backdrop { color: $backdrop_fg_color; }
-
   &:disabled {
     &:active, &:indeterminate, & {
       // set insensitive color, which is overriden otherwise
index dfc30976c62011067f2cb7c7418bd37334bedbea..0e8259a461803045d053a63426f428145d4f8126 100644 (file)
@@ -2522,8 +2522,6 @@ checkbutton.text-button, radiobutton.text-button {
     margin-left: 4px; }
   checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child {
     margin-right: 4px; }
-  checkbutton.text-button:backdrop, radiobutton.text-button:backdrop {
-    color: #949796; }
   checkbutton.text-button:disabled:active, checkbutton.text-button:disabled:indeterminate, checkbutton.text-button:disabled, radiobutton.text-button:disabled:active, radiobutton.text-button:disabled:indeterminate, radiobutton.text-button:disabled {
     color: #949796; }
     checkbutton.text-button:disabled:active:backdrop, checkbutton.text-button:disabled:indeterminate:backdrop, checkbutton.text-button:disabled:backdrop, radiobutton.text-button:disabled:active:backdrop, radiobutton.text-button:disabled:indeterminate:backdrop, radiobutton.text-button:disabled:backdrop {
index 0acfa23e269964d69842a78c56a28331f5e8af79..2d9a81b93914082ce1157e9016196faadaba2981 100644 (file)
@@ -2546,8 +2546,6 @@ checkbutton.text-button, radiobutton.text-button {
     margin-left: 4px; }
   checkbutton.text-button label:not(:only-child):last-child, radiobutton.text-button label:not(:only-child):last-child {
     margin-right: 4px; }
-  checkbutton.text-button:backdrop, radiobutton.text-button:backdrop {
-    color: #8b8e8f; }
   checkbutton.text-button:disabled:active, checkbutton.text-button:disabled:indeterminate, checkbutton.text-button:disabled, radiobutton.text-button:disabled:active, radiobutton.text-button:disabled:indeterminate, radiobutton.text-button:disabled {
     color: #8b8e8f; }
     checkbutton.text-button:disabled:active:backdrop, checkbutton.text-button:disabled:indeterminate:backdrop, checkbutton.text-button:disabled:backdrop, radiobutton.text-button:disabled:active:backdrop, radiobutton.text-button:disabled:indeterminate:backdrop, radiobutton.text-button:disabled:backdrop {